home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 May / SGI IRIX 6.5 Complementary Applications 2004 May.iso / dist / OpenOffice.idb / usr / OpenOffice / help / en / sbasic.jar / text / sbasic / common / 03090000.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-01-24  |  1.6 KB  |  22 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Controlling Program Execution</title><meta name="filename" content="text/sbasic/common/03090000"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         </style></head><body>
  7.   
  8.   
  9.   <help:to-be-embedded Eid="programmablauf" xmlns:help="http://openoffice.org/2000/help">
  10.   <p class="Head1"><help:link Id="66484">Controlling Program Execution</help:link></p>
  11.   <p class="Paragraph">The following statements are used to control the execution of a program.</p>
  12.   </help:to-be-embedded>
  13.   <p class="Paragraph">Normally, a program proceeds from top to bottom. However, in some cases you may want to only execute certain procedures within the program if specific conditions are fulfilled. Or you may wish to repeat a section of the program within a subprocedure or function. In this case, you can use so-called "Loops" to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements.</p>
  14.   <help:embedded Id="66448" Eid="entscheidung" xmlns:help="http://openoffice.org/2000/help"/>
  15.   <p class="Head2"/>
  16.   <help:embedded Id="66449" Eid="schleifen" xmlns:help="http://openoffice.org/2000/help"/>
  17.   <p class="Head2"/>
  18.   <help:embedded Id="66447" Eid="sprung" xmlns:help="http://openoffice.org/2000/help"/>
  19.   <p class="Head2"/>
  20.   <help:embedded Id="66589" Eid="weitere" xmlns:help="http://openoffice.org/2000/help"/>
  21.   <p class="Head2"/>
  22.  </body></html>